home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / wordwrap.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  34 lines

  1. Short:    Reformat ASCII texts to new width, V2.0
  2. Author:   wnoeker@t-online.de (Wilhelm Noeker)
  3. Uploader: wnoeker@t-online.de (Wilhelm Noeker)
  4. Type:     text/misc
  5.  
  6. "WordWrap" is a text filter that rearranges the line breaks in a plain
  7. ASCII text, preserving paragraphs (or ignoring them, if you wish ;-).
  8. Both popular methods of separating paragraphs are supported (indentation
  9. and blank lines).  There are several ways to prevent special stuff like
  10. lists, addresses or captions from being reformatted.
  11.  
  12. Try these (nonsense) examples to get an idea what it does:
  13.  
  14.   wordwrap <wordwrap.c -l60
  15.   wordwrap <wordwrap.c -b
  16.  
  17. "WordWrap" is Freeware, C source is included.
  18.  
  19. History
  20. -------
  21. New in V2.0: AmigaGuide docs, better examples, better recognition of 
  22.   "end of sentence", extended the "end of line" and "start of line" 
  23.   keyword feature, can convert blank lines to indentation.
  24.   Fixed a few bugs concerning the left margin handling.
  25. New in V1.4: Can look for keywords which should always end an output
  26.   line and/or start a new one.
  27. New in V1.3: Can add extra wide space after sentences.
  28.   Fixed a bug concerning "escaped" paragraphs.
  29. New in V1.2: Can convert indentation to blank lines,
  30.   added an "escape mode" for persistent cases of unwanted reformatting.
  31.   Fixed a severe bug that would swallow words starting with a non-ASCII
  32.   character. %-(
  33. New in V1.1: options to add/strip an additional left margin.
  34.